home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Utilities / Text / EdWordV6.0 / KeywordFiles / C.key < prev    next >
Text File  |  1998-06-24  |  2KB  |  108 lines

  1. ;
  2. ; ##################################################################
  3. ; ##                                                              ##
  4. ; ##  Filename : C.key                                            ##
  5. ; ##    Author : Martin Reddy                                     ##
  6. ; ##      Date : 3/5/94                                           ##
  7. ; ##   Purpose : This file contains keyword definitions which     ##
  8. ; ##             are used by the C programming language and one   ##
  9. ; ##             or two common prototypes from stdio.h            ##
  10. ; ##  Keywords : This file contains 71 keywords                   ##
  11. ; ##   Used By : Any version of the text editor EdWord.           ##
  12. ; ##      Help : A description of the file format for creating    ##
  13. ; ##             your own Keyword Definition Files and how to use ##
  14. ; ##             them is held in the EdWordHelp program.          ##
  15. ; ##   Updates : updated for EdWord V5.6 features (31/1/97)       ##
  16. ; ##                                                              ##
  17. ; ##################################################################
  18. ;
  19.  
  20. DELIM_OPEN=",/*,'
  21. DELIM_CLOSE=",*/,'
  22. INDENT_SYMBOL={
  23. UNINDENT_SYMBOL=}
  24. FUNC_MODE=C
  25. CASE_KEYWORD=FromFile
  26. FILE_EXTNS=.c,.h
  27.  
  28. ; preprocessor keywords
  29.  
  30. #include
  31. #define
  32. #ifndef
  33. #ifdef
  34. #elif
  35. #endif
  36. #pragma
  37. #undef
  38. #error
  39. #line
  40. #if
  41.  
  42. ; ANSI C keywords
  43.  
  44. auto
  45. bitdef
  46. break
  47. case
  48. char
  49. const
  50. continue
  51. default
  52. do
  53. double
  54. else
  55. enum
  56. equ
  57. exit
  58. extern
  59. fclose
  60. float
  61. fopen
  62. for
  63. fprintf
  64. fscanf
  65. getc
  66. getchar
  67. goto
  68. if
  69. int
  70. label
  71. printf
  72. putc
  73. putchar
  74. register
  75. return
  76. scanf
  77. signed
  78. sizeof
  79. static
  80. struct
  81. structure
  82. switch
  83. typedef
  84. union
  85. unsigned
  86. volatile
  87. while
  88.  
  89. ; type macros
  90.  
  91. APTR
  92. BYTE
  93. CPTR
  94. EOF
  95. FALSE
  96. LONG
  97. NULL
  98. RPTR
  99. SHORT
  100. TRUE
  101. UBYTE
  102. ULONG
  103. USHORT
  104. UWORD
  105. VOID
  106. WORD
  107.  
  108.